projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b02befc
)
forgot to save before previous commit; this adds the deprecation
author
Havoc Pennington
<hp@src.gnome.org>
Wed, 3 Oct 2001 20:00:18 +0000
(20:00 +0000)
committer
Havoc Pennington
<hp@src.gnome.org>
Wed, 3 Oct 2001 20:00:18 +0000
(20:00 +0000)
of gdk_window_set_hints().
gdk/gdkwindow.h
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.h
b/gdk/gdkwindow.h
index b9c68b402cfe8affec0bf4936a243a7c77c32a5e..ab4da23d1e955e592324329ef2800d881907c1bd 100644
(file)
--- a/
gdk/gdkwindow.h
+++ b/
gdk/gdkwindow.h
@@
-373,6
+373,7
@@
gboolean gdk_window_set_static_gravities (GdkWindow *window,
/* GdkWindow */
+#ifndef GDK_DISABLE_DEPRECATED
void gdk_window_set_hints (GdkWindow *window,
gint x,
gint y,
@@
-381,6
+382,7
@@
void gdk_window_set_hints (GdkWindow *window,
gint max_width,
gint max_height,
gint flags);
+#endif
void gdk_window_set_type_hint (GdkWindow *window,
GdkWindowTypeHint hint);
void gdk_window_set_modal_hint (GdkWindow *window,